home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON06 / ACT06B / L06B3.dir / scripts_12.ls < prev    next >
Encoding:
Text File  |  2004-07-12  |  113 b   |  8 lines

  1. on exitFrame
  2.   global elephantCounter
  3.   startTimer()
  4.   if elephantCounter = 6 then
  5.     go("finish")
  6.   end if
  7. end
  8.